JavaScript

A5.chartMapped Data Object

Description

The mapping of raw data into a format useable by the charting logic.

Name
Description
A5.chart.Mapped Data.Dimension Object

The parameters of a mapped dimension.

A5.chart.Mapped Data.Group Object

The mapping of raw data into a group.

A5.chart.Mapped Data.Point Object

The mapping of raw data into a point.

Properties

groupsarray

The groups created from the mapped data. See A5.chart Mapped Data Object - Group Object.

dimensionsarray

An array of the dimensions of the mapped data. See A5.chart Mapped Data Object - Dimension Object.